home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 27 / 027.d81 / t.all base calc < prev    next >
Text File  |  2022-08-26  |  1KB  |  81 lines

  1.  
  2.  
  3.         ALL BASE CALCULATOR
  4.                 by
  5.             Tom Phelps
  6.  
  7.  
  8.  
  9.   ALL BASE CALCULATOR adds, subtracts,
  10.  
  11. multiplies, or divides numbers of
  12.  
  13. different bases, then displays the
  14.  
  15. answer in a base that you specify-- a
  16.  
  17. great aid for programmers who need to
  18.  
  19. convert to binary or hexadecimal now
  20.  
  21. and then.
  22.  
  23.  
  24.   Using ALL BASE CALCULATOR couldn't
  25.  
  26. be simpler.  Prompts ask you to enter
  27.  
  28. the numbers, the operations, and the
  29.  
  30. bases for your problem.  After the
  31.  
  32. program displays the answer, pressing
  33.  
  34. any key will return you to the
  35.  
  36. beginning of the entry process.
  37.  
  38.  
  39.   Your last answer will remain on the
  40.  
  41. screen.  If you want to use your last
  42.  
  43. answer as your beginning value, you
  44.  
  45. can enter "PV" (previous value)
  46.  
  47. instead of retyping the number each
  48.  
  49. time-- a useful option if you are
  50.  
  51. working with a series of operations.
  52.  
  53.  
  54. THINGS TO REMEMBER....
  55.  
  56.  
  57.   Division with this program is
  58.  
  59. truncated.  In other words, 11/4 and
  60.  
  61. 9/4 will both produce an answer of
  62.  
  63. "2".
  64.  
  65.  
  66.   Also, for bases greater than ten,
  67.  
  68. use lower case "a" for the digit
  69.  
  70. following nine, up to upper case "Z"
  71.  
  72. for the last available digit.
  73.  
  74.  
  75. Files required:
  76.  
  77.  ALL BASE CALC
  78.  LC.CONVERT
  79.  
  80. -----------< end of text >------------
  81.